Kotlin utilities
1.7.0
common
Kotlin utilities
/
it.czerwinski.kotlin.collections
/
SingletonIterator
/
SingletonIterator
Singleton
Iterator
common
fun
<
T
>
SingletonIterator
(
element
:
T
)
Content copied to clipboard
Parameters
element
The element to be produced by the iterator.
T
Type of the
element
.